home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
stepp000.swf
/
scripts
/
DefineButton2_766
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-11-12
|
307b
|
13 lines
on(release){
_root.Inventaire.swapdepths(_root.Gts);
setProperty("/Gts", _X, 536);
setProperty("/Gts", _Y, 357);
setProperty("/Gts", _xscale, 20);
setProperty("/Gts", _yscale, 20);
tellTarget("/")
{
gotoAndStop(eval("/Variables:EtatActif"));
}
gotoAndStop(1);
}